home *** CD-ROM | disk | FTP | other *** search
- tellTarget("_root.TimerGardes")
- {
- stop();
- }
- loadVariablesNum("/web/steppenwolf/tracking.jsp?episode=6&stage=6",0);
- set("/Variables:AnimBriseVu",true);
- if(eval("/Variables:CoteBaril") eq "Droite")
- {
- tellTarget("_root.Baril")
- {
- gotoAndStop("GaucheBrise");
- }
- tellTarget("_root.BarilDerriere")
- {
- gotoAndStop("GaucheBrise");
- }
- }
- else if(eval("/Variables:CoteBaril") eq "Gauche")
- {
- tellTarget("_root.Baril")
- {
- gotoAndStop("DroiteBrise");
- }
- tellTarget("_root.BarilDerriere")
- {
- gotoAndStop("DroiteBrise");
- }
- }
- tellTarget("_root")
- {
- gotoAndStop("Tab2Stoppe");
- }
-